This page last changed on Mar 09, 2009 by cmd0219.
  1. XML Chunk - Servlet sends entire WebRowSet serialized as XML to client.  Client manipulates XML (as DOM tree) and sends it back to Servlet.  http://www.datatables.net/usage
  2. Keep POST data.  XML is passed back and forth -- Servlet reads in XML and scrolls to rows and calls update methods. Servlet acceptsChanges.
  3. Keep POST data.  Servlet generates XML, including row operations, and read XML into WebRowSet, call acceptsChanges on WebRowSet.
  4. Keep current UI stuff but generate XML when submit button is pressed, no DOM maintained, just generated. 
Document generated by Confluence on May 21, 2009 10:23